home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Colonies / background_3737.txt < prev    next >
Text File  |  1990-02-20  |  2KB  |  77 lines

  1. -- background: 3737 from stack: in
  2. -- bmap block id: 3193
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11. -- part 1 (field)
  12. -- low flags: 80
  13. -- high flags: 4004
  14. -- rect: left=191 top=111 right=288 bottom=484
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 0
  18. -- font id: 3
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: New York
  23.  
  24.  
  25. -- part 14 (field)
  26. -- low flags: 80
  27. -- high flags: 4004
  28. -- rect: left=229 top=236 right=303 bottom=423
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 0
  32. -- font id: 3
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: New Jersey
  37.  
  38.  
  39. -- part 20 (button)
  40. -- low flags: 00
  41. -- high flags: 8000
  42. -- rect: left=0 top=246 right=299 bottom=83
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 22308 / 22308
  45. -- text alignment: 1
  46. -- font id: 0
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: Next
  51. ----- HyperTalk script -----
  52. on mouseUp
  53.   visual dissolve very fast to card
  54.   go next
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 21 (button)
  60. -- low flags: 00
  61. -- high flags: 8000
  62. -- rect: left=0 top=293 right=342 bottom=83
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 19381 / 19381
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Previous
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual dissolve very fast to card
  74.   go prev
  75. end mouseUp
  76.  
  77.